home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / tontie_h.swf / scripts / DefineButton2_312 / BUTTONCONDACTION on(release, keyPress 0).as
Text File  |  2010-03-13  |  102b  |  6 lines

  1. on(release, keyPress "0"){
  2.    stopAllSounds();
  3.    _root.sound("key_push");
  4.    gotoAndPlay(10);
  5. }
  6.